if (FALSE) {
## Counting primes up to 200
primescount(n = 200, iter = 10, bar = TRUE)
## Computing the approximation of pi(x)
pi(200)
## Showing the numbers by using the Solovay-Strassen test
primes(n = 200, iter = 10, test = "SS", bar = TRUE)
}
Run the code above in your browser using DataLab